home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Diversos / Coeli Stella 2000 / _SETUP.1 / Stella.exe / 0 / RCDATA / TSETUPFORM / TSETUPFORM.txt
Text File  |  1999-03-13  |  33KB  |  1,238 lines

  1. object SetupForm: TSetupForm
  2.   Left = 269
  3.   Top = 168
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'General Setup'
  7.   ClientHeight = 448
  8.   ClientWidth = 632
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   ShowHint = True
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnHide = FormHide
  20.   OnShow = FormShow
  21.   PixelsPerInch = 125
  22.   TextHeight = 16
  23.   object PageControl1: TPageControl
  24.     Left = 8
  25.     Top = 7
  26.     Width = 614
  27.     Height = 393
  28.     ActivePage = ObserverTab
  29.     TabOrder = 0
  30.     object MailTab: TTabSheet
  31.       Caption = 'Mail'
  32.       object MailPanel1: TPanel
  33.         Left = 8
  34.         Top = 7
  35.         Width = 592
  36.         Height = 352
  37.         BevelInner = bvRaised
  38.         BevelOuter = bvLowered
  39.         TabOrder = 0
  40.         object Label1: TLabel
  41.           Left = 16
  42.           Top = 124
  43.           Width = 82
  44.           Height = 16
  45.           Caption = 'SMTP server:'
  46.         end
  47.         object SMTPLabel1: TBoxLabel
  48.           Left = 16
  49.           Top = 17
  50.           Width = 558
  51.           Height = 85
  52.           Caption = 
  53.             'Please enter the name of your SMTP server for outgoing mail, alo' +
  54.             'ng with your e-mail address if desired. You can then get in touc' +
  55.             'h with us right here from within Stella if ever you have problem' +
  56.             's, comments, or decide to take advantage of our FREE star bonus'
  57.           TextBorder = 2
  58.           Color = 8454143
  59.           ParentColor = False
  60.           WordWrap = True
  61.         end
  62.         object BoxLabel1: TBoxLabel
  63.           Left = 16
  64.           Top = 190
  65.           Width = 556
  66.           Height = 85
  67.           Caption = 
  68.             ' If you are unsure of your SMTP server for outgoing mail, try lo' +
  69.             'oking under Options in MS Mail, under Preferences|Mail in Netsca' +
  70.             'pe Navigator'#39's Edit menu, or Tools|Options|Sending Mail in Eudor' +
  71.             'a. When you find it you can then simply Cut and Paste it here.'
  72.           TextBorder = 2
  73.           Color = 8454143
  74.           ParentColor = False
  75.           WordWrap = True
  76.         end
  77.         object BoxLabel2: TBoxLabel
  78.           Left = 16
  79.           Top = 280
  80.           Width = 555
  81.           Height = 37
  82.           Caption = 
  83.             'Once you enter your correct SMTP data, this window will no longe' +
  84.             'r appear at startup.'
  85.           TextBorder = 2
  86.           Font.Color = clRed
  87.           Font.Height = -14
  88.           Font.Name = 'MS Sans Serif'
  89.           Font.Style = []
  90.           Color = 8454143
  91.           ParentFont = False
  92.           ParentColor = False
  93.           WordWrap = True
  94.         end
  95.         object Label3: TLabel
  96.           Left = 16
  97.           Top = 157
  98.           Width = 94
  99.           Height = 16
  100.           Caption = 'E-mail address:'
  101.         end
  102.         object SMTPEdit: TEdit
  103.           Left = 128
  104.           Top = 117
  105.           Width = 313
  106.           Height = 24
  107.           Hint = 'If you'#39're not sure, ask your ISP'
  108.           TabOrder = 0
  109.         end
  110.         object NotInternetConnected: TCheckBox
  111.           Left = 21
  112.           Top = 325
  113.           Width = 424
  114.           Height = 17
  115.           Caption = 'I currently do not have a connection to the Internet'
  116.           TabOrder = 1
  117.         end
  118.         object EmailEdit: TEdit
  119.           Left = 128
  120.           Top = 151
  121.           Width = 313
  122.           Height = 24
  123.           TabOrder = 2
  124.         end
  125.       end
  126.     end
  127.     object StarsTab: TTabSheet
  128.       Caption = 'Stars'
  129.       object Panel2: TPanel
  130.         Left = 7
  131.         Top = 7
  132.         Width = 592
  133.         Height = 348
  134.         BevelInner = bvRaised
  135.         BevelOuter = bvLowered
  136.         TabOrder = 0
  137.         object NumStarsExplainLabel: TBoxLabel
  138.           Left = 13
  139.           Top = 21
  140.           Width = 565
  141.           Height = 76
  142.           Caption = 
  143.             'Star population bears directly on how fast Stella loads and resp' +
  144.             'onds. With a slower PC, you might like to set the overall limiti' +
  145.             'ng magnitude to, say, 6.0 to avoid waiting. Or perhaps you simpl' +
  146.             'y have no use for stars beyond naked eye visibility.'
  147.           TextBorder = 2
  148.           Color = 8454143
  149.           ParentColor = False
  150.           WordWrap = True
  151.         end
  152.         object Label2: TLabel
  153.           Left = 28
  154.           Top = 128
  155.           Width = 235
  156.           Height = 16
  157.           Caption = 'Enter maximum number of stars to load: '
  158.         end
  159.         object BoxLabel4: TBoxLabel
  160.           Left = 18
  161.           Top = 168
  162.           Width = 555
  163.           Height = 41
  164.           Caption = 'You will need to restart Stella for this setting to take effect.'
  165.           TextBorder = 2
  166.           Font.Color = clRed
  167.           Font.Height = -14
  168.           Font.Name = 'MS Sans Serif'
  169.           Font.Style = []
  170.           Color = 8454143
  171.           ParentFont = False
  172.           ParentColor = False
  173.         end
  174.         object StarLoadBox: TComboBox
  175.           Left = 275
  176.           Top = 124
  177.           Width = 124
  178.           Height = 24
  179.           ItemHeight = 16
  180.           Items.Strings = (
  181.             '2000'
  182.             '2500'
  183.             '3000'
  184.             '3500'
  185.             '4000'
  186.             '4500'
  187.             '5000'
  188.             '5500'
  189.             '6000'
  190.             '7000'
  191.             '8000'
  192.             '9000'
  193.             '10000'
  194.             '11000'
  195.             '12000'
  196.             '13000'
  197.             '14000'
  198.             '15000'
  199.             '16000')
  200.           TabOrder = 0
  201.         end
  202.         object Panel12: TPanel
  203.           Left = 67
  204.           Top = 256
  205.           Width = 417
  206.           Height = 41
  207.           BevelInner = bvRaised
  208.           BevelOuter = bvLowered
  209.           TabOrder = 1
  210.           object StarColourButton: TSpeedButton
  211.             Left = 179
  212.             Top = 9
  213.             Width = 113
  214.             Height = 25
  215.             Caption = 'Star colour'
  216.             OnClick = StarColourButtonClick
  217.           end
  218.           object Panel13: TPanel
  219.             Left = 302
  220.             Top = 5
  221.             Width = 110
  222.             Height = 32
  223.             Color = 4194304
  224.             TabOrder = 0
  225.             object StarColour: TPanel
  226.               Left = 46
  227.               Top = 8
  228.               Width = 21
  229.               Height = 16
  230.               BevelOuter = bvNone
  231.               Color = clWhite
  232.               TabOrder = 0
  233.             end
  234.           end
  235.           object MonoStars: TCheckBox
  236.             Left = 16
  237.             Top = 12
  238.             Width = 138
  239.             Height = 17
  240.             Caption = 'Monochrome stars'
  241.             TabOrder = 1
  242.           end
  243.         end
  244.       end
  245.     end
  246.     object FontsTab: TTabSheet
  247.       Caption = 'Fonts'
  248.       object Panel3: TPanel
  249.         Left = 7
  250.         Top = 7
  251.         Width = 589
  252.         Height = 350
  253.         BevelInner = bvRaised
  254.         BevelOuter = bvLowered
  255.         TabOrder = 0
  256.         object Panel5: TPanel
  257.           Left = 65
  258.           Top = 163
  259.           Width = 443
  260.           Height = 79
  261.           BevelInner = bvRaised
  262.           BevelOuter = bvLowered
  263.           TabOrder = 1
  264.           object Label5: TLabel
  265.             Left = 218
  266.             Top = 7
  267.             Width = 64
  268.             Height = 16
  269.             Caption = 'Report text'
  270.           end
  271.           object ReportFontPanel: TPanel
  272.             Left = 213
  273.             Top = 26
  274.             Width = 145
  275.             Height = 41
  276.             BevelOuter = bvLowered
  277.             Caption = 'Times New Roman'
  278.             Color = clBlack
  279.             Font.Color = clRed
  280.             Font.Height = -16
  281.             Font.Name = 'Times New Roman'
  282.             Font.Style = [fsBold]
  283.             ParentFont = False
  284.             TabOrder = 0
  285.           end
  286.           object ReportFontChangeButton: TButton
  287.             Left = 17
  288.             Top = 14
  289.             Width = 75
  290.             Height = 25
  291.             Caption = 'Font'
  292.             TabOrder = 1
  293.             OnClick = ReportFontChangeButtonClick
  294.           end
  295.           object ReportBackgroundButton: TButton
  296.             Left = 106
  297.             Top = 32
  298.             Width = 82
  299.             Height = 25
  300.             Caption = 'Background'
  301.             TabOrder = 2
  302.             OnClick = ReportBackgroundButtonClick
  303.           end
  304.           object ReportFontSizePanel: TPanel
  305.             Left = 361
  306.             Top = 25
  307.             Width = 21
  308.             Height = 41
  309.             BevelOuter = bvLowered
  310.             Caption = '10'
  311.             Color = clBlack
  312.             Font.Color = clWhite
  313.             Font.Height = -14
  314.             Font.Name = 'MS Sans Serif'
  315.             Font.Style = []
  316.             ParentFont = False
  317.             TabOrder = 3
  318.           end
  319.           object ReportFontStylePanel: TPanel
  320.             Left = 385
  321.             Top = 25
  322.             Width = 48
  323.             Height = 41
  324.             BevelOuter = bvLowered
  325.             Caption = 'Bold'
  326.             Color = clBlack
  327.             Font.Color = clWhite
  328.             Font.Height = -14
  329.             Font.Name = 'MS Sans Serif'
  330.             Font.Style = []
  331.             ParentFont = False
  332.             TabOrder = 4
  333.           end
  334.           object ReportFontColorPanel: TPanel
  335.             Left = 206
  336.             Top = 26
  337.             Width = 6
  338.             Height = 41
  339.             BevelOuter = bvLowered
  340.             Color = clBlack
  341.             Font.Color = clWhite
  342.             Font.Height = -14
  343.             Font.Name = 'MS Sans Serif'
  344.             Font.Style = []
  345.             ParentFont = False
  346.             TabOrder = 5
  347.           end
  348.           object ReportFontColorButton: TButton
  349.             Left = 17
  350.             Top = 44
  351.             Width = 75
  352.             Height = 25
  353.             Caption = 'Color'
  354.             TabOrder = 6
  355.             OnClick = ReportFontColorButtonClick
  356.           end
  357.         end
  358.         object Panel6: TPanel
  359.           Left = 202
  360.           Top = 284
  361.           Width = 185
  362.           Height = 41
  363.           BevelInner = bvRaised
  364.           BevelOuter = bvLowered
  365.           TabOrder = 2
  366.           object DefaultFonts: TCheckBox
  367.             Left = 23
  368.             Top = 14
  369.             Width = 146
  370.             Height = 17
  371.             Caption = 'Use default fonts'
  372.             State = cbChecked
  373.             TabOrder = 0
  374.           end
  375.         end
  376.         object Panel14: TPanel
  377.           Left = 67
  378.           Top = 28
  379.           Width = 443
  380.           Height = 79
  381.           BevelInner = bvRaised
  382.           BevelOuter = bvLowered
  383.           TabOrder = 3
  384.           Visible = False
  385.           object Label12: TLabel
  386.             Left = 218
  387.             Top = 7
  388.             Width = 101
  389.             Height = 16
  390.             Caption = 'Window title bars'
  391.           end
  392.           object Panel15: TPanel
  393.             Left = 213
  394.             Top = 26
  395.             Width = 145
  396.             Height = 41
  397.             BevelOuter = bvLowered
  398.             Caption = 'Times New Roman'
  399.             Color = clBlack
  400.             Font.Color = clRed
  401.             Font.Height = -16
  402.             Font.Name = 'Times New Roman'
  403.             Font.Style = [fsBold]
  404.             ParentFont = False
  405.             TabOrder = 0
  406.           end
  407.           object TitleFontButton: TButton
  408.             Left = 9
  409.             Top = 14
  410.             Width = 75
  411.             Height = 25
  412.             Caption = 'Font'
  413.             Enabled = False
  414.             TabOrder = 1
  415.           end
  416.           object Panel16: TPanel
  417.             Left = 361
  418.             Top = 25
  419.             Width = 21
  420.             Height = 41
  421.             BevelOuter = bvLowered
  422.             Caption = '10'
  423.             Color = clBlack
  424.             Font.Color = clWhite
  425.             Font.Height = -14
  426.             Font.Name = 'MS Sans Serif'
  427.             Font.Style = []
  428.             ParentFont = False
  429.             TabOrder = 2
  430.           end
  431.           object Panel17: TPanel
  432.             Left = 385
  433.             Top = 25
  434.             Width = 48
  435.             Height = 41
  436.             BevelOuter = bvLowered
  437.             Caption = 'Bold'
  438.             Color = clBlack
  439.             Font.Color = clWhite
  440.             Font.Height = -14
  441.             Font.Name = 'MS Sans Serif'
  442.             Font.Style = []
  443.             ParentFont = False
  444.             TabOrder = 3
  445.           end
  446.           object Panel18: TPanel
  447.             Left = 206
  448.             Top = 26
  449.             Width = 6
  450.             Height = 41
  451.             BevelOuter = bvLowered
  452.             Color = clBlack
  453.             Font.Color = clWhite
  454.             Font.Height = -14
  455.             Font.Name = 'MS Sans Serif'
  456.             Font.Style = []
  457.             ParentFont = False
  458.             TabOrder = 4
  459.           end
  460.           object TitleActiveColorButton: TButton
  461.             Left = 6
  462.             Top = 44
  463.             Width = 94
  464.             Height = 25
  465.             Caption = 'Active color'
  466.             Enabled = False
  467.             TabOrder = 5
  468.           end
  469.           object TitleInactiveColorButton: TButton
  470.             Left = 105
  471.             Top = 44
  472.             Width = 94
  473.             Height = 25
  474.             Caption = 'Inactive color'
  475.             Enabled = False
  476.             TabOrder = 6
  477.             OnClick = ReportFontColorButtonClick
  478.           end
  479.           object DefaultTitles: TCheckBox
  480.             Left = 95
  481.             Top = 15
  482.             Width = 97
  483.             Height = 17
  484.             Caption = 'DefaultTitles'
  485.             TabOrder = 7
  486.             OnClick = DefaultTitlesClick
  487.           end
  488.         end
  489.         object Panel4: TPanel
  490.           Left = 66
  491.           Top = 58
  492.           Width = 443
  493.           Height = 79
  494.           BevelInner = bvRaised
  495.           BevelOuter = bvLowered
  496.           TabOrder = 0
  497.           object Label4: TLabel
  498.             Left = 219
  499.             Top = 5
  500.             Width = 122
  501.             Height = 16
  502.             Caption = 'Data readout panels'
  503.           end
  504.           object ReadoutFontPanel: TPanel
  505.             Left = 213
  506.             Top = 25
  507.             Width = 145
  508.             Height = 41
  509.             BevelOuter = bvLowered
  510.             Caption = 'Arial'
  511.             Color = clBlack
  512.             Font.Color = clMaroon
  513.             Font.Height = -16
  514.             Font.Name = 'Arial'
  515.             Font.Style = [fsBold]
  516.             ParentFont = False
  517.             TabOrder = 0
  518.           end
  519.           object ReadoutFontChangeButton: TButton
  520.             Left = 16
  521.             Top = 14
  522.             Width = 75
  523.             Height = 25
  524.             Caption = 'Font'
  525.             TabOrder = 1
  526.             OnClick = ReadoutFontChangeButtonClick
  527.           end
  528.           object ReadoutFontSizePanel: TPanel
  529.             Left = 361
  530.             Top = 25
  531.             Width = 21
  532.             Height = 41
  533.             BevelOuter = bvLowered
  534.             Caption = '9'
  535.             Color = clBlack
  536.             Font.Color = clWhite
  537.             Font.Height = -14
  538.             Font.Name = 'MS Sans Serif'
  539.             Font.Style = []
  540.             ParentFont = False
  541.             TabOrder = 2
  542.           end
  543.           object ReadoutFontStylePanel: TPanel
  544.             Left = 385
  545.             Top = 25
  546.             Width = 48
  547.             Height = 41
  548.             BevelOuter = bvLowered
  549.             Caption = 'Bold'
  550.             Color = clBlack
  551.             Font.Color = clWhite
  552.             Font.Height = -14
  553.             Font.Name = 'MS Sans Serif'
  554.             Font.Style = []
  555.             ParentFont = False
  556.             TabOrder = 3
  557.           end
  558.           object ReadoutFontColorPanel: TPanel
  559.             Left = 206
  560.             Top = 25
  561.             Width = 6
  562.             Height = 41
  563.             BevelOuter = bvLowered
  564.             Color = clBlack
  565.             Font.Color = clWhite
  566.             Font.Height = -14
  567.             Font.Name = 'MS Sans Serif'
  568.             Font.Style = []
  569.             ParentFont = False
  570.             TabOrder = 4
  571.           end
  572.           object ReadoutFontColorButton: TButton
  573.             Left = 16
  574.             Top = 44
  575.             Width = 75
  576.             Height = 25
  577.             Caption = 'Color'
  578.             TabOrder = 5
  579.             OnClick = ReadoutFontColorButtonClick
  580.           end
  581.         end
  582.       end
  583.     end
  584.     object ObserverTab: TTabSheet
  585.       Caption = 'Observer'
  586.       object BoxLabel3: TBoxLabel
  587.         Left = 16
  588.         Top = 4
  589.         Width = 572
  590.         Height = 45
  591.         Caption = 
  592.           'Please enter your name, locality, and geographic coordinates on ' +
  593.           'this page. Use '#39'convert'#39' if you type your position in degrees as' +
  594.           ' a decimal fraction.'
  595.         TextBorder = 2
  596.         Font.Color = clBlack
  597.         Font.Height = -12
  598.         Font.Name = 'Arial'
  599.         Font.Style = []
  600.         Color = 8454143
  601.         ParentFont = False
  602.         ParentColor = False
  603.         WordWrap = True
  604.       end
  605.       object Panel8: TPanel
  606.         Left = 70
  607.         Top = 53
  608.         Width = 465
  609.         Height = 303
  610.         BevelInner = bvRaised
  611.         BevelOuter = bvLowered
  612.         Font.Color = clBlack
  613.         Font.Height = -14
  614.         Font.Name = 'MS Sans Serif'
  615.         Font.Style = []
  616.         ParentFont = False
  617.         TabOrder = 0
  618.         object Label6: TLabel
  619.           Left = 98
  620.           Top = 5
  621.           Width = 251
  622.           Height = 15
  623.           Caption = 'At the very least, please enter your name here:'
  624.           Font.Color = clBlue
  625.           Font.Height = -12
  626.           Font.Name = 'Arial'
  627.           Font.Style = []
  628.           ParentFont = False
  629.         end
  630.         object Label7: TLabel
  631.           Left = 228
  632.           Top = 183
  633.           Width = 24
  634.           Height = 16
  635.           Caption = 'deg'
  636.           Font.Color = clTeal
  637.           Font.Height = -14
  638.           Font.Name = 'MS Sans Serif'
  639.           Font.Style = []
  640.           ParentFont = False
  641.         end
  642.         object Label8: TLabel
  643.           Left = 291
  644.           Top = 183
  645.           Width = 21
  646.           Height = 16
  647.           Caption = 'min'
  648.           Font.Color = clTeal
  649.           Font.Height = -14
  650.           Font.Name = 'MS Sans Serif'
  651.           Font.Style = []
  652.           ParentFont = False
  653.         end
  654.         object Label9: TLabel
  655.           Left = 350
  656.           Top = 183
  657.           Width = 22
  658.           Height = 16
  659.           Caption = 'sec'
  660.           Font.Color = clTeal
  661.           Font.Height = -12
  662.           Font.Name = 'MS Sans Serif'
  663.           Font.Style = []
  664.           ParentFont = False
  665.         end
  666.         object Label10: TLabel
  667.           Left = 400
  668.           Top = 185
  669.           Width = 51
  670.           Height = 15
  671.           Caption = 'N /S  E/W'
  672.           Font.Color = clTeal
  673.           Font.Height = -12
  674.           Font.Name = 'Arial'
  675.           Font.Style = []
  676.           ParentFont = False
  677.         end
  678.         object Label11: TLabel
  679.           Left = 98
  680.           Top = 284
  681.           Width = 261
  682.           Height = 15
  683.           Caption = 'Default settings will apply if any field is left blank'
  684.           Font.Color = clRed
  685.           Font.Height = -12
  686.           Font.Name = 'Arial'
  687.           Font.Style = []
  688.           ParentFont = False
  689.         end
  690.         object LatLabel: TPanel
  691.           Left = 8
  692.           Top = 151
  693.           Width = 122
  694.           Height = 32
  695.           BevelInner = bvRaised
  696.           BevelOuter = bvLowered
  697.           Caption = 'Latitude'
  698.           TabOrder = 0
  699.         end
  700.         object LongLabel: TPanel
  701.           Left = 8
  702.           Top = 196
  703.           Width = 121
  704.           Height = 32
  705.           BevelInner = bvRaised
  706.           BevelOuter = bvLowered
  707.           Caption = 'Longitude'
  708.           TabOrder = 1
  709.         end
  710.         object LatDegBox: TEdit
  711.           Left = 216
  712.           Top = 154
  713.           Width = 48
  714.           Height = 24
  715.           Hint = 'Degrees'
  716.           MaxLength = 10
  717.           TabOrder = 2
  718.         end
  719.         object LatMinBox: TEdit
  720.           Left = 277
  721.           Top = 154
  722.           Width = 48
  723.           Height = 24
  724.           Hint = 'Minutes'
  725.           MaxLength = 2
  726.           TabOrder = 3
  727.         end
  728.         object LongDegBox: TEdit
  729.           Left = 216
  730.           Top = 202
  731.           Width = 48
  732.           Height = 24
  733.           Hint = 'Degrees'
  734.           MaxLength = 10
  735.           TabOrder = 6
  736.           OnChange = LongDegBoxChange
  737.         end
  738.         object LongMinBox: TEdit
  739.           Left = 277
  740.           Top = 202
  741.           Width = 48
  742.           Height = 24
  743.           Hint = 'Minutes'
  744.           MaxLength = 2
  745.           TabOrder = 7
  746.         end
  747.         object NSBox: TComboBox
  748.           Left = 399
  749.           Top = 154
  750.           Width = 52
  751.           Height = 24
  752.           Hint = 'North or South'
  753.           ItemHeight = 16
  754.           Items.Strings = (
  755.             'N'
  756.             'S')
  757.           TabOrder = 5
  758.         end
  759.         object EWBox: TComboBox
  760.           Left = 400
  761.           Top = 202
  762.           Width = 52
  763.           Height = 24
  764.           Hint = 'East or West'
  765.           ItemHeight = 16
  766.           Items.Strings = (
  767.             'E'
  768.             'W')
  769.           TabOrder = 9
  770.         end
  771.         object Panel9: TPanel
  772.           Left = 8
  773.           Top = 248
  774.           Width = 122
  775.           Height = 32
  776.           BevelInner = bvRaised
  777.           BevelOuter = bvLowered
  778.           Caption = 'Time Zone'
  779.           TabOrder = 10
  780.         end
  781.         object ZoneBox: TComboBox
  782.           Left = 216
  783.           Top = 252
  784.           Width = 52
  785.           Height = 24
  786.           Hint = 'International time zone'
  787.           ItemHeight = 16
  788.           Items.Strings = (
  789.             '0'
  790.             '1'
  791.             '2'
  792.             '3'
  793.             '4'
  794.             '5'
  795.             '6'
  796.             '7'
  797.             '8'
  798.             '9'
  799.             '10'
  800.             '11'
  801.             '12')
  802.           TabOrder = 11
  803.         end
  804.         object LocName1Label: TPanel
  805.           Left = 8
  806.           Top = 65
  807.           Width = 123
  808.           Height = 32
  809.           BevelInner = bvRaised
  810.           BevelOuter = bvLowered
  811.           Caption = 'Locality + State'
  812.           TabOrder = 12
  813.         end
  814.         object DaylightSaving: TCheckBox
  815.           Left = 288
  816.           Top = 255
  817.           Width = 118
  818.           Height = 17
  819.           Caption = 'Daylight saving?'
  820.           State = cbChecked
  821.           TabOrder = 13
  822.           OnClick = DaylightSavingClick
  823.         end
  824.         object LocName2Panel: TPanel
  825.           Left = 8
  826.           Top = 104
  827.           Width = 122
  828.           Height = 32
  829.           BevelInner = bvRaised
  830.           BevelOuter = bvLowered
  831.           Caption = 'Country'
  832.           TabOrder = 14
  833.         end
  834.         object LatSecBox: TEdit
  835.           Left = 336
  836.           Top = 154
  837.           Width = 48
  838.           Height = 24
  839.           Hint = 'Seconds'
  840.           MaxLength = 2
  841.           TabOrder = 4
  842.           Text = '0'
  843.         end
  844.         object LongSecBox: TEdit
  845.           Left = 336
  846.           Top = 202
  847.           Width = 48
  848.           Height = 24
  849.           Hint = 'Seconds'
  850.           MaxLength = 2
  851.           TabOrder = 8
  852.           Text = '0'
  853.         end
  854.         object DMSLatConvertButton: TButton
  855.           Left = 144
  856.           Top = 154
  857.           Width = 60
  858.           Height = 25
  859.           Hint = 'Decimal degrees to deg/min/sec'
  860.           Caption = 'Convert'
  861.           TabOrder = 15
  862.           OnClick = DMSLatConvertButtonClick
  863.         end
  864.         object DMSLongConvertButton: TButton
  865.           Left = 144
  866.           Top = 202
  867.           Width = 60
  868.           Height = 25
  869.           Hint = 'Decimal degrees to deg/min/sec'
  870.           Caption = 'Convert'
  871.           TabOrder = 16
  872.           OnClick = DMSLongConvertButtonClick
  873.         end
  874.         object MonikerEdit: TEdit
  875.           Left = 82
  876.           Top = 22
  877.           Width = 147
  878.           Height = 24
  879.           Hint = 'First name'
  880.           TabOrder = 17
  881.         end
  882.         object SurnameEdit: TEdit
  883.           Left = 247
  884.           Top = 22
  885.           Width = 147
  886.           Height = 24
  887.           Hint = 'Surname'
  888.           TabOrder = 18
  889.         end
  890.         object LocusEdit: TComboBox
  891.           Left = 215
  892.           Top = 68
  893.           Width = 235
  894.           Height = 24
  895.           Hint = 'Town/city & state'
  896.           ItemHeight = 16
  897.           TabOrder = 19
  898.         end
  899.         object PatriaEdit: TComboBox
  900.           Left = 215
  901.           Top = 108
  902.           Width = 235
  903.           Height = 24
  904.           Hint = 'Country'
  905.           ItemHeight = 16
  906.           TabOrder = 20
  907.         end
  908.         object SetButton: TButton
  909.           Left = 144
  910.           Top = 89
  911.           Width = 60
  912.           Height = 25
  913.           Hint = 'Apply geographic selection'
  914.           Caption = 'Set'
  915.           TabOrder = 21
  916.           OnClick = SetButtonClick
  917.         end
  918.       end
  919.     end
  920.     object WelcomeTab: TTabSheet
  921.       Caption = 'Welcome'
  922.       object Panel7: TPanel
  923.         Left = 5
  924.         Top = 5
  925.         Width = 595
  926.         Height = 355
  927.         BevelInner = bvRaised
  928.         BevelOuter = bvLowered
  929.         TabOrder = 0
  930.         object Memo1: TMemo
  931.           Left = 5
  932.           Top = 5
  933.           Width = 583
  934.           Height = 344
  935.           Color = 10813439
  936.           Lines.Strings = (
  937.             ''
  938.             
  939.               'Welcome to Stella 2000, the Internet'#39's premier Shareware astrono' +
  940.               'my application, and your Virtual '
  941.             'Observatory from today. '
  942.             ''
  943.             
  944.               'Please take a few minutes to use this tabbed notebook to set up ' +
  945.               'Stella to your initial preferences. '
  946.             
  947.               'We particularly ask you to fill in your SMTP mail settings if at' +
  948.               ' all possible, and perhaps the number '
  949.             
  950.               'of stars to be loaded on startup if your PC is anything less tha' +
  951.               'n a P200.'
  952.             ''
  953.             
  954.               'With your SMTP data correctly set, you will be able to use the S' +
  955.               'PECIAL menu to take advantage '
  956.             
  957.               'of some unique services and bonuses open to all, registered and ' +
  958.               'non-registered alike.'
  959.             ''
  960.             
  961.               'To whet your appetite, how does a FREE 10000 star Hipparcos exte' +
  962.               'nsion catalog sound? - If it '
  963.             
  964.               'appeals, fill in your mail details here and get on over to the S' +
  965.               'pecial menu now!'
  966.             '   '
  967.             
  968.               'I know you'#39're going to love Stella, so I'#39'll let you get acquaint' +
  969.               'ed right away.'
  970.             ''
  971.             'Roger Hughes, owner & chief developer,'
  972.             'Swimming Elk Software.')
  973.           ReadOnly = True
  974.           TabOrder = 0
  975.         end
  976.       end
  977.     end
  978.     object GeneralTab: TTabSheet
  979.       Caption = 'General'
  980.       object Panel10: TPanel
  981.         Left = 7
  982.         Top = 7
  983.         Width = 592
  984.         Height = 349
  985.         BevelInner = bvRaised
  986.         BevelOuter = bvLowered
  987.         TabOrder = 0
  988.         object Panel11: TPanel
  989.           Left = 78
  990.           Top = 50
  991.           Width = 435
  992.           Height = 41
  993.           BevelInner = bvRaised
  994.           BevelOuter = bvLowered
  995.           TabOrder = 0
  996.           object AutoRestorePrefs: TCheckBox
  997.             Left = 26
  998.             Top = 12
  999.             Width = 179
  1000.             Height = 17
  1001.             Caption = 'Auto-restore preferences'
  1002.             State = cbChecked
  1003.             TabOrder = 0
  1004.           end
  1005.           object AutoStorePrefs: TCheckBox
  1006.             Left = 243
  1007.             Top = 13
  1008.             Width = 186
  1009.             Height = 17
  1010.             Caption = 'Auto-store preferences'
  1011.             State = cbChecked
  1012.             TabOrder = 1
  1013.           end
  1014.         end
  1015.         object LimitingMagBox: TGroupBox
  1016.           Left = 79
  1017.           Top = 129
  1018.           Width = 433
  1019.           Height = 83
  1020.           Caption = 'Limiting magnitudes '
  1021.           TabOrder = 1
  1022.           object Panel19: TPanel
  1023.             Left = 22
  1024.             Top = 25
  1025.             Width = 147
  1026.             Height = 41
  1027.             TabOrder = 0
  1028.             object Label13: TLabel
  1029.               Left = 11
  1030.               Top = 12
  1031.               Width = 46
  1032.               Height = 16
  1033.               Caption = 'Comets'
  1034.             end
  1035.             object CometMagBox: TComboBox
  1036.               Left = 84
  1037.               Top = 8
  1038.               Width = 51
  1039.               Height = 24
  1040.               ItemHeight = 16
  1041.               Items.Strings = (
  1042.                 '1'
  1043.                 '2'
  1044.                 '3'
  1045.                 '4'
  1046.                 '5'
  1047.                 '6'
  1048.                 '7'
  1049.                 '8'
  1050.                 '9'
  1051.                 '10'
  1052.                 '11'
  1053.                 '12'
  1054.                 '13'
  1055.                 '14'
  1056.                 '15')
  1057.               TabOrder = 0
  1058.               Text = '7'
  1059.               OnChange = CometMagBoxChange
  1060.             end
  1061.           end
  1062.           object Panel20: TPanel
  1063.             Left = 254
  1064.             Top = 24
  1065.             Width = 147
  1066.             Height = 41
  1067.             TabOrder = 1
  1068.             object Label14: TLabel
  1069.               Left = 11
  1070.               Top = 12
  1071.               Width = 57
  1072.               Height = 16
  1073.               Caption = 'Asteroids'
  1074.             end
  1075.             object AsteroidMagBox: TComboBox
  1076.               Left = 84
  1077.               Top = 8
  1078.               Width = 51
  1079.               Height = 24
  1080.               Enabled = False
  1081.               ItemHeight = 16
  1082.               Items.Strings = (
  1083.                 '1'
  1084.                 '2'
  1085.                 '3'
  1086.                 '4'
  1087.                 '5'
  1088.                 '6'
  1089.                 '7'
  1090.                 '8'
  1091.                 '9'
  1092.                 '10'
  1093.                 '11'
  1094.                 '12'
  1095.                 '13'
  1096.                 '14'
  1097.                 '15')
  1098.               TabOrder = 0
  1099.               Text = '9'
  1100.             end
  1101.           end
  1102.         end
  1103.         object GroupBox1: TGroupBox
  1104.           Left = 78
  1105.           Top = 244
  1106.           Width = 437
  1107.           Height = 82
  1108.           Caption = 'Misc. settings'
  1109.           TabOrder = 2
  1110.           object SearchWithCenter: TCheckBox
  1111.             Left = 17
  1112.             Top = 35
  1113.             Width = 198
  1114.             Height = 17
  1115.             Caption = 'Auto-center during searches?'
  1116.             State = cbChecked
  1117.             TabOrder = 0
  1118.           end
  1119.         end
  1120.       end
  1121.     end
  1122.   end
  1123.   object Panel1: TPanel
  1124.     Left = 0
  1125.     Top = 407
  1126.     Width = 632
  1127.     Height = 41
  1128.     Align = alBottom
  1129.     BevelInner = bvLowered
  1130.     BevelOuter = bvLowered
  1131.     TabOrder = 1
  1132.     object OKButton: TButton
  1133.       Left = 131
  1134.       Top = 8
  1135.       Width = 75
  1136.       Height = 25
  1137.       Hint = 'Save settings and close window'
  1138.       Caption = 'OK'
  1139.       TabOrder = 0
  1140.       OnClick = OKButtonClick
  1141.     end
  1142.     object CancelButton: TButton
  1143.       Left = 284
  1144.       Top = 8
  1145.       Width = 75
  1146.       Height = 25
  1147.       Hint = 'Exit dialog and do nothing'
  1148.       Caption = 'Cancel'
  1149.       TabOrder = 1
  1150.       OnClick = CancelButtonClick
  1151.     end
  1152.     object ApplyButton: TButton
  1153.       Left = 421
  1154.       Top = 8
  1155.       Width = 75
  1156.       Height = 25
  1157.       Hint = 'Apply settings globally'
  1158.       Caption = 'Apply'
  1159.       TabOrder = 2
  1160.       OnClick = ApplyButtonClick
  1161.     end
  1162.   end
  1163.   object IniOut1: TIniOut
  1164.     FileName = 'STELLA.INI'
  1165.     Items.Strings = (
  1166.       'SMTPEdit;Text;;Setup;SMTP server;1;0'
  1167.       'StarLoadBox;Text;16000;Setup;StarsToLoad;1;0'
  1168.       'EmailEdit;Text;;Setup;EmailAddress;1;0'
  1169.       
  1170.         'NotInternetConnected;Checked;False;Setup;Internet connection abs' +
  1171.         'ent?;1;0'
  1172.       
  1173.         'ReadoutFontPanel;Caption;MS Sans Serif;Fonts;Readout panel font ' +
  1174.         'name;1;0'
  1175.       'ReadoutFontSizePanel;Caption;8;Fonts;Readout panel font size;1;0'
  1176.       
  1177.         'ReadoutFontStylePanel;Caption;Bold;Fonts;Readout panel font styl' +
  1178.         'e;1;0'
  1179.       
  1180.         'ReadoutFontColorPanel;Color;clMaroon;Fonts;Readout panel font co' +
  1181.         'lor;1;0'
  1182.       'ReportFontPanel;Caption;MS Sans Serif;Fonts;Report font name;1;0'
  1183.       'ReportFontSizePanel;Caption;7;Fonts;Report font size;1;0'
  1184.       'ReportFontStylePanel;Caption;Bold;Fonts;Report font style;1;0'
  1185.       'ReportFontColorPanel;Color;clTeal;Fonts;Report font color;1;0'
  1186.       'ReportFontPanel;Color;;Fonts;Report background color;1;0'
  1187.       'DefaultFonts;Checked;True;Fonts;Use default fonts;1;0'
  1188.       'MonikerEdit;Text;;Observer;First name;1;0'
  1189.       'SurnameEdit;Text;;Observer;Surname;1;0'
  1190.       'LocusEdit;Text;;Observer;Locality;1;0'
  1191.       'PatriaEdit;Text;;Observer;Country;1;0'
  1192.       'LatDegBox;Text;;Observer;Lat degrees;1;0'
  1193.       'LatMinBox;Text;;Observer;Lat minutes;1;0')
  1194.     RegistryRoot = CURRENT_USER
  1195.     Left = 396
  1196.     Top = 1
  1197.   end
  1198.   object FontDialog1: TFontDialog
  1199.     Font.Color = clWindowText
  1200.     Font.Height = -14
  1201.     Font.Name = 'MS Sans Serif'
  1202.     Font.Style = []
  1203.     MinFontSize = 0
  1204.     MaxFontSize = 0
  1205.     Left = 562
  1206.     Top = 412
  1207.   end
  1208.   object ColorDialog1: TColorDialog
  1209.     Ctl3D = True
  1210.     Left = 595
  1211.     Top = 412
  1212.   end
  1213.   object IniOut2: TIniOut
  1214.     FileName = 'STELLA.INI'
  1215.     Items.Strings = (
  1216.       'LatSecBox;Text;0;Observer;Lat seconds;1;0'
  1217.       'NSBox;Text;N;Observer;North or South;1;0'
  1218.       'LongDegBox;Text;;Observer;Long degrees;1;0'
  1219.       'LongMinBox;Text;;Observer;Long minutes;1;0'
  1220.       'LongSecBox;Text;0;Observer;Long seconds;1;0'
  1221.       'ZoneBox;Text;;Observer;Zone;1;0'
  1222.       'DaylightSaving;Checked;True;Observer;Daylight saving?;1;0'
  1223.       'EWBox;Text;;Observer;East or West;1;0'
  1224.       'AutoRestorePrefs;Checked;True;General;Auto-restore prefs;1;0'
  1225.       'AutoRestorePrefs;Checked;True;General;Auto restore settings;1;0'
  1226.       'AutoStorePrefs;Checked;True;General;Auto store settings;1;0'
  1227.       'MonoStars;Checked;False;Display;Mono stars;1;0'
  1228.       'StarColour;Color;clWhite;Display;Mono star colour;1;0'
  1229.       'SearchWithCenter;Checked;True;Display;Search with center;1;0')
  1230.     RegistryRoot = CURRENT_USER
  1231.     Left = 427
  1232.     Top = 1
  1233.   end
  1234.   object CSV1: TCSVStringInfo
  1235.     Left = 603
  1236.   end
  1237. end
  1238.